home *** CD-ROM | disk | FTP | other *** search
- demo : dialog {
- label = "TIMS Alert";
- initial_focus = "demo";
- : text {
- alignment = centered;
- value = "Demo version uses only 5 objects";
- key = "t_alert";
- width = 45;
- fixed_width = false;
- }
- spacer;
- spacer;
- ok_only;
- }
-
- tims : dialog {
- label = "TIMS R12";
- spacer;
- : text {
- alignment = centered;
- label = "Total Information Management System";
- }
- : spacer { height = 2; }
- : text {
- alignment = centered;
- label = "Version 12.5";
- }
- : spacer { height = 2.; }
- : text {
- alignment = centered;
- label = "By Object Graphics, Inc.";
- }
- : spacer { height = 0.25; }
- : text {
- alignment = centered;
- label = "Mountain View, California";
- }
- : spacer { height = 2.5; }
- : text {
- label = "(C) Copyright 1990-92 MLA Inc., 1993 BBP Inc. & Yosri Diab";
- }
- : spacer { height = 1; }
- ok_only;
- }
- rep_out : dialog {
- label = "Report Output Device";
- initial_focus = "rep_out";
- spacer;
- spacer;
- : edit_box {
- label = "Output:";
- key = "out";
- mnemonic = "O";
- allow_accept = true;
- }
- spacer;
- spacer;
- : boxed_radio_row {
- : radio_button {
- label = "File";
- key = "file";
- }
- : radio_button {
- label = "Printer";
- key = "prnt";
- }
- : radio_button {
- label = "Screen";
- key = "scrn";
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- version : dialog {
- label = "TIMS VERSION";
- initial_focus = "version";
- : text {
- value = "";
- key = "vers";
- width = 5;
- alignment = centered;
- }
- ok_only;
- }
-
- oracle_id : dialog {
- label = "Oracle ID";
- initial_focus = "usr_nm";
- spacer;
- : edit_box {
- label = "User's name:";
- key = "usr_nm";
- }
- spacer;
- : edit_box {
- label = "Password :";
- key = "psswrd";
- }
- spacer;
- ok_cancel;
- errtile;
- }
-
- tims_zoom : dialog {
- label = "TIMS Zoom Functions";
- : boxed_radio_row {
- : radio_button {
- label = "No Zoom";
- key = "no_zo";
- mnemonic = "N";
- }
- : radio_button {
- label = "Constant";
- key = "co_zo";
- mnemonic = "C";
- }
- : radio_button {
- label = "Variable";
- key = "va_zo";
- mnemonic = "V";
- }
- }
- spacer;
- spacer;
- : edit_box {
- label = "Zoom Factor :";
- key = "zo_fc";
- mnemonic = "Z";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }